home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3tabbed.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_TABBED_H = 1;
- include("oops/r3frame.js")
-
-
- var R3CLID_TABBED = 560;
-
-
-
-
- R3TABA_Labels = 560500;
- function SetR3TABA_Labels(value) {
- R3Set(this.r3obj, R3TABA_Labels, value, R3TID_STRING, R3TNF_ARRAY);
- }
-
- function GetR3TABA_Labels() {
- return R3Get(this.r3obj, R3TABA_Labels, R3TID_STRING, R3TNF_ARRAY);
- }
-
- R3TABA_Active = 560501;
- function SetR3TABA_Active(value) {
- R3Set(this.r3obj, R3TABA_Active, value, R3TID_INTEGER, 0);
- }
-
- function GetR3TABA_Active() {
- return R3Get(this.r3obj, R3TABA_Active, R3TID_INTEGER, 0);
- }
-
- R3TABA_Icons = 560502;
- function SetR3TABA_Icons(value) {
- R3Set(this.r3obj, R3TABA_Icons, value, R3TID_OBJECT, R3TNF_ARRAY);
- }
-
- R3TABA_ToolTips = 560503;
- function SetR3TABA_ToolTips(value) {
- R3Set(this.r3obj, R3TABA_ToolTips, value, R3TID_STRING, R3TNF_ARRAY);
- }
-
- function GetR3TABA_ToolTips() {
- return R3Get(this.r3obj, R3TABA_ToolTips, R3TID_STRING, R3TNF_ARRAY);
- }
-
- R3TABA_IconWidth = 560504;
- function SetR3TABA_IconWidth(value) {
- R3Set(this.r3obj, R3TABA_IconWidth, value, R3TID_INTEGER, 0);
- }
-
- R3TABA_IconHeight = 560505;
- function SetR3TABA_IconHeight(value) {
- R3Set(this.r3obj, R3TABA_IconHeight, value, R3TID_INTEGER, 0);
- }
-
- var R3TABA_Depth = 560506; // Integer
- R3TABA_Bottom = 560507;
- function SetR3TABA_Bottom(value) {
- R3Set(this.r3obj, R3TABA_Bottom, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Tabbed () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_TABBED, arguments);
- }
- // Attributes
- this.GetLabels=GetR3TABA_Labels;
- this.SetLabels=SetR3TABA_Labels;
- this.GetActive=GetR3TABA_Active;
- this.SetActive=SetR3TABA_Active;
- this.SetIcons=SetR3TABA_Icons;
- this.GetToolTips=GetR3TABA_ToolTips;
- this.SetToolTips=SetR3TABA_ToolTips;
- this.SetIconWidth=SetR3TABA_IconWidth;
- this.SetIconHeight=SetR3TABA_IconHeight;
- this.SetBottom=SetR3TABA_Bottom;
- }
-
- r3Tabbed.prototype=new r3Frame;
- // r3tabbed.h_H